AsyncActionProgressHandler<TProgress> Delegate
Represents a method that handles progress update events of an asynchronous action that provides progress updates.
Parameters
- asyncInfo
- The asynchronous action.
- progressInfo
- The progress information.
Type Parameters
- TProgress
- The type of the progress data.